/* you dont need this CSS in your project */
@import url(http://fonts.googleapis.com/css?family=Raleway:400,100,200,700);

body {
  margin: 0;
  padding: 0;
  font: 14px arial;
  color: #444;
  overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6, nav a,p  {
font-family: 'Roboto Mono', monospace;
  font-weight: 100
}
h1 {
  font-size: 5em
}
h2 {
  font-size: 3.5em
}
h3 {
  font-size: 2.2em
}
a:link, a:hover, a:active, a:visited
{
  color:black;
}

nav {
  background: rgba(0,0,0,1);
  text-align: center;
  padding: 1em 0;
  color: #fff
}
nav a {
  color: #fff;
  text-decoration: none;
  margin-right: 2em;
}
nav a:hover {
  color: #1FE0D4
}
section:nth-of-type(2n+1) {
  background: url("../Parallax Images Scroll_files/Rota11.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 1950px;
  text-align: center;
}
section:nth-of-type(2n) {
  background-color:white;
  height: 100%;
  text-align: center;
}
article {
  padding: 0 0;
  margin: 0;
  height: 100%
}
section:nth-of-type(1) article:nth-of-type(1) h1 {
  padding-top: 2em
}
a.btn-download-init {
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  padding: 1em 2em;
  border-radius: 6px;
  text-decoration: none;
  font-family: 'Raleway', sans-serif;
  font-weight: 100
}
a.btn-download-init:hover {
  border: 1px solid #1FE0D4;
  color: #1FE0D4;
  background: rgba(31,224,212,0.1);
}
section:nth-of-type(1) article:nth-of-type(1) h1,
section:nth-of-type(1) article:nth-of-type(1) h3 {
  color: #fff;
  margin: 1em 0 0.5em 0
}

.video-container{
  position: absolute;
  z-index: 0;
  min-width: 100%;
  min-height: 100%;
  left: 0px;
  top: 0px;
  overflow: hidden;
  opacity: 1;
}
.video-bg-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/pattern.png);
  background-repeat: repeat;
  background-color: rgba(44,62,80,0.6);
  z-index: 2;
}
.video-container iframe {
  position: absolute;
  z-index: 0;
  top: 0px;
  left: 0px;
  overflow: hidden;
  opacity: 1;
  width: 100%;
  height: 809px;
  margin-top: -87px;
  max-width: 4000px !important;
}
.video-bg {
  width: 100%;
  height: auto;
}
#parallax-img-1 {
  width: 40px;
  height: auto;
}
#parallax-img-2 {
  width: 160px;
  height: auto;
  transform:rotate(-30deg);
  -ms-transform:rotate(-30deg); /* IE 9 */
  -webkit-transform:rotate(-30deg); /* Opera, Chrome, and Safari */
}
#parallax-img-3 {
  width: 50px;
  height: auto;
  transform:rotate(-12deg);
  -ms-transform:rotate(-12deg); /* IE 9 */
  -webkit-transform:rotate(-12deg); /* Opera, Chrome, and Safari */
}
#parallax-img-4 {
  width: 140px;
  height: auto;
  transform:rotate(14deg);
  -ms-transform:rotate(14deg); /* IE 9 */
  -webkit-transform:rotate(14deg); /* Opera, Chrome, and Safari */
}
#parallax-img-5 {
  width: 40px;
  height: auto;
  transform:rotate(14deg);
  -ms-transform:rotate(14deg); /* IE 9 */
  -webkit-transform:rotate(14deg); /* Opera, Chrome, and Safari */
}
#parallax-img-6 {
  width: 80px;
  height: auto;
  transform:rotate(7deg);
  -ms-transform:rotate(7deg); /* IE 9 */
  -webkit-transform:rotate(7deg); /* Opera, Chrome, and Safari */
}
#parallax-img-7 {
  width: 50px;
  height: auto;
  transform:rotate(-12deg);
  -ms-transform:rotate(-12deg); /* IE 9 */
  -webkit-transform:rotate(-12deg); /* Opera, Chrome, and Safari */
}
#parallax-img-8 {
  width: 150px;
  height: auto;
}

